@media only screen and (max-width: 769px) {
  /* init */
  body {
    min-width: 320px !important;
    max-width: 768px !important; }

  ul {
    margin: 0 0 10px 0px; }

  .container {
    width: 100% !important; }

  .topbar, .m-nav, .sub-nav, .header, .footer {
    display: none; }

  .app-header {
    display: block;
    height: 45px;
    width: 100%;
    position: fixed;
    background: #3E89DC;
    z-index: 999; }

  .app-footer {
    display: block;
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
    background: url(../images/bg.png) repeat;
    padding: 8px 12px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #367aca; }
    .app-footer a {
      color: #333;
      line-height: 24px;
      padding: 0 10px; }
    .app-footer p {
      color: #666;
      font-size: 12px;
      margin: 0; } }

/*# sourceMappingURL=common-app.css.map */
